You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.FrequencyResponseS Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.FrequencyResponseS Method

Computes s-domain frequency response (Laplace transform).

Syntax
C#
Visual Basic
public static void FrequencyResponseS([In] TVec Num, [In] TVec Den, [In] TVec Frequencies, [In] TVec Response, double alpha);

Computes complex frequency response of the transfer function with Num in the numerator and Den in the denominator. The result is placed in the Response. Frequencies vector holds the frequencies [rad/sec] at which the frequency response should be evaluated. The requested frequencies should be logarithmically spaced, but this is not mandatory. More points can be specified in the areas where the frequency response changes rapidly.  

Optionally you can also specify the alpha parameter as in: 

s = alpha + j*Frequencies; 

The default value for alpha is zero.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!